object F_find: TF_find Left = 235 Top = 215 BorderStyle = bsDialog Caption = 'Find Text' ClientHeight = 106 ClientWidth = 398 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 56 Height = 13 Alignment = taRightJustify Caption = '&Text to find:' FocusControl = E_find end object E_find: TEdit Left = 86 Top = 15 Width = 196 Height = 21 TabOrder = 0 end object RGdirection: TRadioGroup Left = 128 Top = 48 Width = 153 Height = 41 Caption = 'Direction' Columns = 2 ItemIndex = 0 Items.Strings = ( '&Forward' '&Backward') TabOrder = 1 end object BtnOk: TButton Left = 298 Top = 16 Width = 95 Height = 24 Caption = '&Find Next' Default = True ModalResult = 1 TabOrder = 2 OnClick = BtnOkClick end object Button2: TButton Left = 298 Top = 48 Width = 95 Height = 24 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object CBcase: TCheckBox Left = 14 Top = 72 Width = 107 Height = 17 Caption = '&Case sensitive' TabOrder = 4 end object CheckBox1: TCheckBox Left = 14 Top = 48 Width = 107 Height = 17 Caption = '&Whole word' Checked = True Enabled = False State = cbChecked TabOrder = 5 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 112 Top = 24 end end